Skip to content

Common Develocity injection script is used for Gradle experiments #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

erichaagdev
Copy link
Member

This PR changes the BVS to leverage the tried and true common Develocity injection script to configure Develocity.

The approach taken was to use the common injection script where possible and move any BVS-specific logic to a secondary init script which I've called configure-build-validation.gradle. Both the common injection script and the BVS-specific script are applied to all Gradle invocations and are configured via system properties.

By leveraging the common injection script, we can ensure we don't break injection functionality, which in the past has proven to be somewhat fragile.

@erichaagdev erichaagdev requested review from bigdaz, etiennestuder, jthurne and a team October 21, 2024 21:37
@erichaagdev erichaagdev self-assigned this Oct 21, 2024
@erichaagdev erichaagdev force-pushed the erichaagdev/common-dv-init-script branch from 4c0abb9 to 850b179 Compare October 25, 2024 20:22
@erichaagdev
Copy link
Member Author

Copy link
Member

@etiennestuder etiennestuder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work.

@erichaagdev erichaagdev merged commit 8aecdd0 into main Oct 29, 2024
21 checks passed
@erichaagdev erichaagdev deleted the erichaagdev/common-dv-init-script branch October 29, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants